home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
misc_pto
/
basic-c
/
test7.bas
< prev
next >
Wrap
BASIC Source File
|
1988-12-21
|
167b
|
11 lines
100
print "enter sleep time > ";
input s
print "sleeping: ";s;" seconds all the day long"
sleep s
if s = 0 then goto 200
print "sleep over"
goto 100
200
end